Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊
This playbook polls NetApp Ransomware Resilience job status asynchronously until completion or timeout using the updated job status API endpoint.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | NetApp Ransomware Resilience |
| Source | View on GitHub |
📄 Source: NetApp-RansomwareResilience_Async_Poll_Playbook/readme.md
This playbook monitors the status of asynchronous NetApp operations by polling job status until completion or timeout. It acts as a helper playbook for operations that take time to complete.
When you perform actions like taking snapshots or taking volumes offline, these operations run asynchronously in the NetApp system. This playbook continuously checks the job status and notifies you when the operation completes, fails, or times out.
This playbook MUST be deployed SECOND, after: 1. ✅ Auth Playbook (required)
Before deploying this playbook: 1. The Auth Playbook must be successfully deployed and functioning 2. Valid NetApp API credentials configured in the Auth Playbook
This playbook is automatically called by other action playbooks such as: - Volume Snapshot Playbook - Volume Offline Playbook - Any other playbook that initiates asynchronous NetApp operations
You typically won't call this playbook directly—it's invoked automatically by other playbooks that need to wait for operation completion.
After deploying this playbook: 1. Test it by triggering with a valid job ID from a NetApp operation 2. Monitor the run history to verify successful polling behavior 3. Adjust timeout settings if needed based on your environment
If polling isn't working correctly, verify: - The Auth Playbook is functioning and returning valid tokens - The job ID being polled is valid and active - Your NetApp API endpoint is accessible
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊